home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1996 November
/
macgaichiban199611.bin
/
NEWS ROOM
/
JungleParkDEMO
/
JunglePark DEMO for 68k
/
JunglePark DEMO for 68k.DXR
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
247 bĀ
|
12 lines
on exitFrame
global gcdpath
if the machineType = 256 then
if voidp(gcdpath) then
set gcdpath to the moviePath & "STAGEĀ„"
end if
go(1, gcdpath & "HOMEDEMO")
else
go(1, the moviePath & "STAGE:" & "HOMEDEMO")
end if
end